home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Metabee.bin
/
pc
/
assets
/
metabee.dxr
/
00045_Script_45
< prev
next >
Wrap
Text File
|
2001-12-07
|
317b
|
13 lines
global scorez, randomvalue, startingpoint, stallamount
on exitframe me
if scorez = startingpoint + 10 then
startingpoint = startingpoint + 10
if randomvalue > 10 then
randomvalue = randomvalue - 10
end if
if stallamount > 1 then
stallamount = stallamount - 5
end if
end if
end